home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / frame_36 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  320 b   |  21 lines

  1. if(10 < introLoopFade)
  2. {
  3.    introLoopFade -= 1;
  4. }
  5. else
  6. {
  7.    introLoopintroLoopFade = 0;
  8.    introLoop.stop();
  9. }
  10. introLoop.setVolume(introLoopFade);
  11. if(_root.watch.stoptime == 0 and _root.counter.action == 0)
  12. {
  13.    gotoAndStop("WatchScore");
  14.    play();
  15. }
  16. else
  17. {
  18.    gotoAndStop("Gameloop");
  19.    play();
  20. }
  21.